Uses of Interface
org.eclipse.vtp.framework.common.IBrand

Packages that use IBrand
org.eclipse.vtp.framework.common   
org.eclipse.vtp.framework.common.services   
 

Uses of IBrand in org.eclipse.vtp.framework.common
 

Methods in org.eclipse.vtp.framework.common that return IBrand
 IBrand IBrandRegistry.getBrand(java.lang.String name)
           
 IBrand[] IBrand.getChildBrands()
           
 IBrand IBrandRegistry.getDefaultBrand()
           
 IBrand IBrand.getParentBrand()
           
 IBrand IBrandSelection.getSelectedBrand()
           
 

Methods in org.eclipse.vtp.framework.common with parameters of type IBrand
 boolean IBrandSelection.setSelectedBrand(IBrand brand)
           
 

Uses of IBrand in org.eclipse.vtp.framework.common.services
 

Methods in org.eclipse.vtp.framework.common.services that return IBrand
 IBrand BrandRegistry.getBrand(java.lang.String name)
           
 IBrand BrandRegistry.getDefaultBrand()
           
 IBrand BrandSelection.getSelectedBrand()
           
 

Methods in org.eclipse.vtp.framework.common.services with parameters of type IBrand
 boolean BrandSelection.setSelectedBrand(IBrand brand)